$url .= $url.(parse_url($url, PHP_URL_QUERY) ? '&' : '?').'category=action';
<?php echo 'Bonjour ' . htmlspecialchars($_GET["name"]) . '!'; ?>